Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

複数のTeXスタイルファイルをサポート #908

Merged
merged 1 commit into from
Jan 8, 2018

Conversation

kauplan
Copy link

@kauplan kauplan commented Jan 2, 2018

config.ymlにおいて、texstyleオプションはスタイルファイル名を1つしか指定できない。

texstyle: reviewmacro

これを、複数のスタイルファイルをサポートするように変更する。

texstyle: [reviewmacro, mystyle]

こうすることで、sty/reviewmacro.styを変更するかわりに、新しいスタイルファイルsty/mystyle.styを追加してそこにカスタムのマクロを定義できるようになる。

これにより、sty/reviewmacro.styに変更を加えなくて済むので、Re:VIEWのバージョンアップがとてもしやすくなる。

@kmuto
Copy link
Owner

kmuto commented Jan 8, 2018

実はusepackageは,区切りで複数を読めるので texstyle: reviewmacro, mystyle でも元々可能だったみたいです。ただ気持ちが悪いので、いただいたパッチのほうがよさそうです。

(いずれこのスタイルの持ち方は大幅に変える可能性がありますが、ひとまずマージします。)

@kmuto
Copy link
Owner

kmuto commented Jan 8, 2018

CIエラーはビルド環境側問題なので無視

@kmuto kmuto merged commit 4d1d7a2 into kmuto:master Jan 8, 2018
@kauplan kauplan deleted the topic-multi-stylefiles branch January 10, 2018 14:06
kdmsnr added a commit that referenced this pull request Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants